All Questions
3 questions
1vote
2answers
475views
In what language does a method not return a value and a function does?
I don't know from where I got this but in my head a function returns a value and a method does not. I know that with OOP a method is a function related to a class. But I am trying to remember where I ...
8votes
11answers
4kviews
Is Object Oriented stuff really that important? [closed]
For years, I have been doing Algorithmic stuff, writing scalable data structures for internet search, for example Randomized Binary Search Trees for Auto Recommendation, BitMaps, Wisdom of Crowd based ...
2votes
5answers
2kviews
Is imperative style programming (say with Java/C) more error prone than something more declarative [closed]
I know programmers tend to get defensive with their paradigms and tools that they use. But in your experience, with the most generic, typical pieces of code that you see with Java or C++ or C, is the ...